home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / calutils.zip / CAL2DXF.DOC next >
Text File  |  1994-06-22  |  2KB  |  55 lines

  1. This program converts a calcomp plot file to dxf format.
  2. It has been tested with all the calcomp drivers for Autocad 10,11,12
  3. Please note that for ACAD 12, you should use the Calcomp driver V2.9 as 
  4. the previous versions have bugs with the DrawingMaster for which my program
  5. cannot compensate. There should be NO problem using this software with V2.9
  6. It has also been tested with Microstation and has a bug fixed for Cadkey.
  7.  
  8. This is a demo version which places all entities on layer 7 in color 7.
  9. The full version places all entities drawn with pen #1 on layer 1 in color 1,
  10. all entities drawn with pen #2 on layer 2 in color 2 and so on. This will make 
  11. it much easier to edit or modify the drawing as well as allowing you to set 
  12. individual pen thicknesses for differant colors. If you find this program
  13. usefull or if you want the full version please send me a check for $25.00.
  14. This will encourage me to add a file_open_dialog_box to the program, fix 
  15. future bugs and finish the Windows version.
  16.  
  17. Make payable to 
  18.  
  19.  FRANK DROOG
  20.  2130 WESTBURY RD. APT #C
  21.  OTTAWA, ONTARIO, CANADA
  22.  K2C-1G8
  23.  
  24.  
  25. Also available 1: Cal2dxfb.exe which converts calcomp plot files to binary
  26. dxf which Autocad can load 5-10 times faster than ascii dxf.
  27.                2: Calview.exe which allows you to view a calcomp plot file
  28. on any VGA screen.
  29.                3: Calstats.exe which reads a calcomp plot file and informs
  30. you 1: how many sync codes 2: value of sync code 3: bias value 4: the physical
  31. size of the plot file in inches and mm. at all the common DPIs 5: which pens
  32. are used in the plot file.        
  33.  
  34. Each program is $25.00 or get all 4 for $50.00
  35.  
  36.  
  37.  
  38. ------------------------------------------------------------------
  39. syntax -> cal2dxf <filename.ext> <dpi> <i/m>
  40.    creates a file called <filename.dxf>
  41. 1: You must supply the filename + extension.
  42. 2: You should supply the DPI the plot file was intended for for a correct 
  43.    translation or 200 DPI will be assumed.
  44. 3: You can specify if the plot file was metric or imperial and this will
  45.    then be reflected in the DXF file. If you dont specify then imperial
  46.    will be assumed.
  47.  
  48.    
  49. NOTE 
  50.   This program translates most all calcomp commands that I could find. 
  51.   There are a few command I had no idea how to translate or which I could
  52.   not generate examples of to test. However It has NEVER failed to translate 
  53.   an Autocad generated calcomp file. I cant answer for other cad packages.
  54.   
  55.